Welcome![Sign In][Sign Up]
Location:
Search - dda algorithm

Search list

[2D Graphicstraightlinedrawing

Description: DDA算法,bresenham算法,中点画线算法三种直线生成算法,还有其它一些简单的CAD工具-DDA algorithm, bresenham algorithm, in a straight line stipple line algorithm to generate the three algorithms, and some other simple CAD tools
Platform: | Size: 52224 | Author: 王树新 | Hits:

[Graph programfouralgorithminCG

Description: 计算机图形学四种基本算法的实现,包括B氏画线算法,DDA算法,中点圆算法和椭圆算法,输出结果动态显示。-Computer graphics to achieve four basic algorithms, including the B-line algorithm' s painting, DDA algorithm, the midpoint circle algorithm and elliptic algorithm, dynamic display output.
Platform: | Size: 2048 | Author: zdh | Hits:

[GDI-Bitmapexp02

Description: 图元生成算法:DDA算法,Brehensam算法,中点绘制算法-Metafile generation algorithm: DDA algorithm, Brehensam algorithm, the mid-point rendering algorithm
Platform: | Size: 1954816 | Author: 向中流 | Hits:

[2D GraphicDDADrawingprogramplusdelaytime

Description: DDA画线算法, 此处加上了延时,更便于观察画线过程,演示效果好。-DDA line drawing algorithm, here coupled with the delay, but also easy to observe the process of drawing lines to demonstrate good results.
Platform: | Size: 15360 | Author: nina.g | Hits:

[Windows DevelopDDA

Description: DDA画线算法,是计算机图形学原理及算法里的一种很简单的栅格数据的直线画法-DDA line drawing algorithm, computer graphics theory and algorithms inside a very simple straight-line drawing method of raster data
Platform: | Size: 1950720 | Author: libratao | Hits:

[Graph programdda

Description: DDA的模拟算法。指定的显示窗口的屏幕划分成64X64的区域;每个区域有一个象素,是位于区域中心半径为r的圆。进行DDA直线段绘制时,算法中选中的象素就用窗口中相应的圆代替。-DDA simulation algorithm. The specified display window of the screen is divided into 64X64 areas each region has a pixel is located in the Regional Center radius r circle. DDA to draw a straight line segment, the algorithm used to select the pixel on the window, replaced by the corresponding circle.
Platform: | Size: 1024 | Author: | Hits:

[Graph programhuaxian

Description: DDA画线算法和中点画线算法实现以及中点画圆算法实现-DDA line drawing algorithm and the stipple-line algorithm, as well as the mid-point Circle Algorithm
Platform: | Size: 202752 | Author: 猴妹妹呀 | Hits:

[Graph programbresenhamLineCircle

Description: 要研究的算法主要有DDA算法、Bresenham算法、对称算法、两步算法、及四步算法,此外还对自适应多步位移码画线算法进行了一定研究。其中,DDA、Bresenham算法都是单步画线算法,其它是多步画线算法。 -To study the algorithm mainly DDA algorithm, Bresenham algorithm, symmetric algorithm, two-step algorithm, and four-step algorithm, in addition to displacement of adaptive multi-step line drawing algorithm code some research. In which, DDA, Bresenham algorithm for drawing a line are single-step algorithm, the other is a multi-step algorithm for drawing lines.
Platform: | Size: 163840 | Author: zhaolipo | Hits:

[Graph programzpl

Description: 实现图形学中的DDA算法、中点画线算法和八分法画圆算法,已将物理坐标映射成逻辑坐标,象素点用一个小圆点代替。-The DDA algorithm to achieve graphics, the eight law stipple-line algorithms and draw a circle algorithm, has been mapped to the physical coordinates of the logical coordinates of pixels instead of using a small dot.
Platform: | Size: 186368 | Author: 艾歌 | Hits:

[Graph programDDA

Description: 这是一个计算机图形学直线扫描的DDA算法程序,在VC6成功运行。-This is a computer graphics algorithm for linear scan DDA procedure, VC6 run successfully.
Platform: | Size: 45056 | Author: 王可 | Hits:

[Data structsdda

Description: 该算法的准确程度受斜率影响,若斜率大于2,则能观察到直线成为点线,斜率大于一是最完美的。-The accuracy of the algorithm is affected by the slope, if the slope is greater than 2, then a straight line can be observed as dotted lines, the slope is greater than one of the most perfect.
Platform: | Size: 1950720 | Author: tmacq3 | Hits:

[Data structsLab_1.2

Description: dda算法 的最新实现 用于华工学生的良好资料 -dda algorithm is the latest achievement for the Chinese laborers in students good information on the latest achievement dda algorithm for Chinese laborers in students good information on
Platform: | Size: 1024 | Author: chn | Hits:

[Windows DevelopDDA

Description: 直线DDA算法。。包含思想和概述。计算机图形学的实验之一,可以画出直线,不用考虑斜率的变化。-DDA line algorithm. . Contains ideas and an overview. Computer Graphics of the experiment, one can draw a straight line, without regard to slope changes.
Platform: | Size: 3072 | Author: 师颖 | Hits:

[OpenGL program20091227linedda

Description: 本文对直线的生成的3种算法:逐点比较法、数值微分法(DDA法)、Bresenham算法进行研究。本文对逐点比较法、数值微分法(DDA法)、Bresenham算法进行推导,研究了逐点比较法、数值微分法(DDA法)、Bresenham算法在第一象限的实现和改进后逐点比较法、数值微分法(DDA法)、Bresenham算法在所有象限的实现。通过编程实践,可以掌握VC和opengl的使用方法。-In this paper, a straight line generated by three kinds of algorithms: point by point comparison method, numerical differential method (DDA Act), Bresenham algorithm research. In this paper, point by point comparison method, numerical differential method (DDA Act), Bresenham algorithm is derived to study the by-point comparison method, numerical differential method (DDA Act), Bresenham algorithm in the first quadrant of the implementation and improved point by point comparison method , numerical differential method (DDA Act), Bresenham algorithm for the realization in all quadrants. By programming practice, you can master the VC and opengl is used.
Platform: | Size: 211968 | Author: aliang | Hits:

[Documentssourcecode

Description: the concepts and the flowcharts for the DDA algorithm, the Stairs Approximation algorithm, and the Direct Search algorithm will be addressed. These are typical algorithms for the reference-pulse method.
Platform: | Size: 9216 | Author: maitinh | Hits:

[Graph Drawingtest

Description: 绘制任意直线,使用DDA算法。基于此算法还可以绘制虚线-Draw an arbitrary line using DDA algorithm. Based on this algorithm can also draw the dotted line
Platform: | Size: 8044544 | Author: sc_lin | Hits:

[Special EffectsDDAMouseLine

Description: 计算机图形学 DDA算法 画圆 点击鼠标画圆-DDA Circle Algorithm
Platform: | Size: 1931264 | Author: 叶紫 | Hits:

[Graph programprogram

Description: 计算机图形学课程算法演示系统 (1)画线算法演示:实现画线的三个算法---DDA画线算法、中点画线算法、Bresenham画线算法。建立坐标系,由用户输入两点坐标,体现直线的走势,最后给出算法的参数值以及实现清除功能。 (2)画圆算法演示:实现画圆的两个基本算法---Bresenham画圆算法、中点画圆算法。由用户输入圆的半径,体现圆的四个象限的走势,最后给出算法的误差值以及实现清除功能。 (3)填充算法演示:实现边填充和种子填充这两个基本填充算法。其中边填充由用户画出多边形,对封闭的多边形进行由上而下用带颜色的边逐一填充,直至填满封闭区域。种子填充则由用户点击后在主窗体用运动的圆点体现其填充的效果。 -Computer Graphics Algorithm Demonstration System
Platform: | Size: 2332672 | Author: 于小鱼 | Hits:

[Other810-21540-WindowsApplication12

Description: this a dda algorithm for line drawing -this is a dda algorithm for line drawing ...
Platform: | Size: 81920 | Author: lily | Hits:

[Graph programBasicgraphicsgeneration

Description: 实现直线、圆、椭圆和区域填充,其中直线和圆的生成分别用DDA算法、中点画线法和Bresenham算法,扫描转换和区域填充用多边形扫描转换的扫描线算法和种子填充算法。-To achieve a straight line, round, oval and the area filling, in which the generation of linear and circular respectively DDA algorithm, the stipple line method and Bresenham algorithm, scan conversion and region filling using scan line polygon scan conversion algorithm and seed fill algorithm.
Platform: | Size: 2014208 | Author: zhuli | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 23 »

CodeBus www.codebus.net